翻訳と辞書
Words near each other
・ Memphis Rock N' Soul Museum
・ Memphis Rockers
・ Memphis Rogues
・ Memphis Roller Derby
・ Memphis Sanitation strike
・ Memphis School of Preaching
・ Memphis Showboats
・ Memphis Slim
・ Memphis soul
・ Memphis Sound
・ Memphis Sound Drum and Bugle Corps
・ Memphis Sounds
・ Memphis South Stars
・ Memphis Southmen
・ Memphis Sport
Memory-level parallelism
・ Memory-mapped file
・ Memory-mapped I/O
・ Memory-prediction framework
・ Memory/Vision
・ Memoryhouse
・ Memoryhouse (album)
・ Memorylessness
・ Memorymoog
・ Memoryshare
・ Memos from Purgatory
・ Memos Ioannou
・ Memos Makris
・ Memos Mpegnis
・ Memot District


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Memory-level parallelism : ウィキペディア英語版
Memory-level parallelism
Memory-level parallelism (MLP) is a term in computer architecture referring to the ability to have pending multiple memory operations, in particular cache misses or translation lookaside buffer (TLB) misses, at the same time.
In a single processor, MLP may be considered a form of instruction-level parallelism (ILP). However, ILP is often conflated with superscalar, the ability to execute more than one instruction at the same time. E.g., a processor such as the Intel Pentium Pro is five-way superscalar, with the ability to start executing five different microinstructions in a given cycle, but it can handle four different cache misses for up to 20 different load microinstructions at any time.
It is possible to have a machine that is not superscalar but which nevertheless has high MLP.
Arguably a machine that has no ILP, which is not superscalar, which executes one instruction at a time in a non-pipelined manner, but which performs hardware prefetching (not software instruction level prefetching) exhibits MLP (due to multiple prefetches outstanding) but not ILP. This is because there are multiple memory ''operations'' outstanding, but not ''instructions''. Instructions are often conflated with operations.
Furthermore, multiprocessor and multithreaded computer systems may be said to exhibit MLP and ILP due to parallelism—but not intra-thread, single process, ILP and MLP. Often, however, we restrict the terms MLP and ILP to refer to extracting such parallelism from what appears to be non-parallel single threaded code.
==See also==

*Memory disambiguation
*Memory dependence prediction
*Hardware scout
*Runahead

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Memory-level parallelism」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.